.snews .navbar-default{
	min-height:40px !important;
    line-height: 40px;
    border-color:#2369A5;
    margin-bottom:10px !important;
}
.snews .navbar-brand {
	height:40px !important;
	padding:10px 15px !important;
	color:white;
	font-size:14px;
	background-color:#2369A5;
	letter-spacing:2px;
	font-family: Arial, "Microsoft YaHei", SimSun;
}
.snews .navbar-brand:hover {
	color:white;
	background-color:#37B1B7;
}
.snews .l {
    overflow: hidden;
}
.snews .l a {
    padding-top: 10px;
    padding-bottom: 10px;
} 
.snews .l .d {
    padding: 10px 0;
    color: #4b4b4b;
} 
.snews .l .fn-c {
    height: 40px;
    overflow: hidden;
    position: relative;
}
.snews .r {
    float: right;
    padding-right: 10px;
    color: #000;
}
.snews .l .fn-c .fn-cl {
    padding-left: 10px;
    height: 40px;
    overflow: hidden;
}
.snews .l .fn-c .btns {
    position: absolute;
    right: 5px;
    top: 0px;
    height:40px;
    width:20px;
    line-height: 20px;
}
.snews .l .fn-c .fn-cl .list {
    height: 40px;
    overflow: hidden;
    position: relative;
    line-height: 40px;
}
.snews .l .fn-c .fn-cl .list .t {
    text-overflow: ellipsis;
    overflow: hidden;
    height: 40px;
    white-space: nowrap;
}
.snews .l .fn-c .fn-cl .list .t a {
    color:#337ab7;
    font-weight:bold;
}
.snews .l .fn-c .btns a {
    display: inline-block;
    margin-right: 5px;
    width: 8px;
    height: 4px;
    vertical-align: middle;
    overflow: hidden;
    position:absolute;
}
.snews .l .ud-btn {
	border-right:1px #ccc solid;
}
.snews .l .ud-btn span {
	font-size:12px;
	position:absolute;
	right:0px;
	cursor:pointer;
}
.snews .l .ud-btn span:hover {
	color:#37B1B7;
}
.snews .l .ud-btn span.up {
	top:8px;
	
}
.snews .l .ud-btn span.down {
	top:18px;
}